Back to games
Back to main
menu
Mapedit is an editor for creating tile based maps.
It is programmed using DJGPP and Allegro3.0
I added some nice features, which make live easier
for u. If u want to write a tile based game, u'll need a editor for creating
the world, or u would have to hardcode each tile. And that is not suitable,
isn't it?
Make ur decission and vote between
map[0][0]=13; map[0][1]=10; map[0][2]=11;
map[1][0]=10; map[1][1]=10; map[1][2]=11;
map[2][0]=11; map[2][1]=11; map[2][2]=11;
map[3][0]=10; map[3][1]=10; map[3][2]=11;
and
MAPEDIT
click the link for downloading the newest version;)
And here us see a screenshoot. Click it to see
full-size-image.
And that will comming soon:
If u have suggestions, or ideas how I can improve the mapeditor, please mail me at [email protected]